home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / disk utilities / compression / packit / product-info < prev   
Encoding:
Text File  |  1997-11-21  |  2.0 KB  |  74 lines

  1. .name
  2. PackIt
  3. .type
  4. CLI tool
  5. .short
  6. CLI frontend for PowerPacker + wildcards
  7. .description
  8. PackIt is a CLI only program to replace the crunch and decrunch commands
  9. that came with PowerPacker (Copyright Nico Francois).  PackIt features:  1)
  10. Single command for crunching and decrunching 2) Automatic crunching or
  11. decrunching of data files depending on whether it is allready crunched or
  12. not.  3) Files can be encrypted, and passwords can be entered on the
  13. command line or via a requester.  4) Will not crunch executables, unless
  14. told to do so.  Note:  PackIt will only crunch the executables as a data
  15. files you will not be able to run them.  5) Automatic replacement of source
  16. file unless a destination is given.  6) Directories can be specified as a
  17. destination, in that case files will be crunched/decrunched into that dir.
  18. 7) Allows use of wildcards to crunch/decrunch whole directories.  8)
  19. Automatic adding and removing of .pp suffixes from data files.  9) Icon
  20. files will not be crunched unless you want them to.  10) Default options
  21. can now be stored in ENV:PackIt
  22. .version
  23. 1.19
  24. .author
  25. Michael J Barsoom
  26. .reference
  27. FreshFish-Jul94/BBS/util/PackIt-1.18a.lha
  28. 1.18a
  29. FreshFish-Jul94/New/util/pack/PackIt/
  30. 1.18a
  31. FreshFish-Jul94/BBS/util/PackIt-37.110.lha
  32. 37.110
  33. FreshFish-Mar94/New/util/pack/PackIt/
  34. 37.110
  35. FreshFish-May94/BBS/Mar94/util/pack/PackIt.lha
  36. 37.110
  37. FrozenFish-Apr94/BBS/Mar94/util/pack/PackIt.lha
  38. 37.110
  39. .requirements
  40. Requires:
  41. 1) Workbench 2.0+
  42. 2) PowerPacker library v36+  (© Nico Francois) (included)
  43. .distribution
  44. Shareware
  45. .price
  46. $5.00 US
  47. .address
  48. 5524 Pine Street
  49. Omaha NE 68106
  50. USA
  51. .email
  52. Internet:  mbars@bluejay.creighton.edu
  53. Fidonet:   Mike Barsoom @ 1:285/11.9
  54. AmigaNet:  Mike Barsoom @ 40:200/10.9
  55. .construction
  56. SAS/C 6.51 with optimization
  57. .docs
  58. PackIt.guide
  59. .execute
  60. set choice `RequestChoice "PackIt" "Please select an option" "View Guide" "Install PackIt" "Cancel"`
  61. if $choice EQ "0"
  62.   quit 5
  63. endif
  64.  
  65. if $choice EQ "1"
  66.   MetaTool PackIt.guide GUIDE
  67. endif
  68.  
  69. if $choice EQ "2"
  70.   Installer SCRIPT Install_PackIt APPNAME PackIt
  71. endif
  72. .aminet-dir
  73. util/pack
  74.